net/http.http2http2Config.MaxUploadBufferPerConnection (field)

8 uses

	net/http (current package)
		h2_bundle.go#L1058: 	MaxUploadBufferPerConnection int32
		h2_bundle.go#L1075: 		MaxUploadBufferPerConnection: h2.MaxUploadBufferPerConnection,
		h2_bundle.go#L1126: 		http2setDefault(&conf.MaxUploadBufferPerConnection, http2initialWindowSize, math.MaxInt32, 1<<20)
		h2_bundle.go#L1128: 		http2setDefault(&conf.MaxUploadBufferPerConnection, http2initialWindowSize, math.MaxInt32, http2transportDefaultConnFlow)
		h2_bundle.go#L1179: 		conf.MaxUploadBufferPerConnection = int32(h2.MaxReceiveBufferPerConnection)
		h2_bundle.go#L5003: 	if diff := conf.MaxUploadBufferPerConnection - http2initialWindowSize; diff > 0 {
		h2_bundle.go#L8320: 	cc.fr.WriteWindowUpdate(0, uint32(conf.MaxUploadBufferPerConnection))
		h2_bundle.go#L8321: 	cc.inflow.init(conf.MaxUploadBufferPerConnection + http2initialWindowSize)